home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / updates / update21.zoo / gas / diffs
Encoding:
Text File  |  1992-06-03  |  1.1 KB  |  50 lines

  1. *** 1.1    1992/04/02 22:56:29
  2. --- PatchLev.h    1992/06/03 18:50:01
  3. ***************
  4. *** 1,4 ****
  5. ! #define PatchLevel "2"
  6.   
  7.   /*
  8.    *    the Patch Level above is to identify the version
  9. --- 1,4 ----
  10. ! #define PatchLevel "3"
  11.   
  12.   /*
  13.    *    the Patch Level above is to identify the version
  14. *** 1.2    1992/04/02 22:42:46
  15. --- write.c    1992/06/03 18:50:20
  16. ***************
  17. *** 1091,1097 ****
  18.             add_number += add_symbolP -> sy_value;
  19.             add_number -=
  20.   #ifndef NS32K
  21. !               size +
  22.   #endif
  23.                 where + fragP -> fr_address;
  24.   #if defined(NS32K) && defined(SEQUENT_COMPATABILITY)
  25. --- 1091,1097 ----
  26.             add_number += add_symbolP -> sy_value;
  27.             add_number -=
  28.   #ifndef NS32K
  29. ! /*              size + */
  30.   #endif
  31.                 where + fragP -> fr_address;
  32.   #if defined(NS32K) && defined(SEQUENT_COMPATABILITY)
  33. ***************
  34. *** 1141,1147 ****
  35.       {
  36.         add_number -=
  37.   #ifndef NS32K
  38. !           size + 
  39.   #endif
  40.             where + fragP -> fr_address;
  41.         if (add_symbolP == 0)
  42. --- 1141,1147 ----
  43.       {
  44.         add_number -=
  45.   #ifndef NS32K
  46. ! /*          size +  */
  47.   #endif
  48.             where + fragP -> fr_address;
  49.         if (add_symbolP == 0)
  50.